home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Quarterly
/
The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso
/
pc
/
demos
/
az
/
cyberx.dxr
/
00252_botón ayuda en configuración.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-06
|
461 b
|
19 lines
on mouseUp
global idioma, incremento, ayuda_on, cast_ant, cast_config
if rollOver(24) then
puppetSprite(24, 0)
if ayuda_on then
puppetSprite(40, 0)
desactiva_ayuda()
puppetTransition(50, 0, 8)
updateStage()
else
puppetSprite(40, 1)
set the castNum of sprite 40 to the number of cast "HELP2_EN.PIC" + idioma - 1
activa_ayuda()
puppetTransition(50, 0, 8)
updateStage()
end if
end if
end